Conversation Property (MessageFilter
Object)
The Conversation
property sets filtering on a message s conversation topic. Read/write.
Syntax
objMessageFilter.Conversation
Data Type
String
Remarks
The ConversationTopic
property specifies that the message filter should pass only messages whose ConversationTopic
exactly matches the value of ConversationTopic.
A
conversation is a group of related messages. The Message object s ConversationTopic property is the string that
describes the overall topic of the conversation. To be defined as messages
within the same conversation, the messages must have the same value in their ConversationTopic
property. The ConversationIndex property represents an index that indicates a sequence
of messages within that conversation.
The ConversationTopic
property corresponds to the MAPI property PR_CONVERSATION_TOPIC.
See Also
Working
With Conversations